home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Micro Dingo 39
/
Micro_Dingo_39_CD1.mdx
/
Delires
/
Hentai
/
sim.swf
/
scripts
/
DefineButton2_1108
/
BUTTONCONDACTION on(release).as
Wrap
Text File
|
2002-05-21
|
241b
|
19 lines
on(release){
if(lemon >= 1)
{
lemon -= 1;
if(cond == 1)
{
gotoAndStop(2356);
}
else
{
gotoAndStop(2357);
}
}
else
{
gotoAndStop(2360);
}
}